[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Reset_StartUp_Mode


Purpose   Resets the display mode and cursor style to the state they were
          in when the program started.

Decln.    Reset_StartUp_Mode;

Remarks   It is good practice to call this procedure at the end of a
          program. The user will get the same cursor shape and screen mode
          that he/she was using before he/she ran the program.

Example

BEGIN
    RESET_STARTUP_MODE;
    HALT;
END;

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson